FormData
Form data.
Type
Object
Properties
Name | Type | Description |
---|---|---|
key | string | The form key. If the current form is a radio button, then this field contains the group key. |
value | string | boolean |
tag | string | The form tag. |
type | FormSpecificType | The form type. |
Example
Report on all review changes that contains two review records for every user.
let formData = {key: "CompanyName", value: "OnlyOffice", type: "text"};